home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / v8n13.arc / BATHELP.BAT next >
DOS Batch File  |  1989-06-10  |  298b  |  11 lines

  1. ECHO OFF
  2. IF NOT "%1"=="?" GOTO Start
  3. ECHO Put help information here, including:
  4. ECHO name, author, version, date, 
  5. ECHO calling syntax, arguments, known bugs, references, etc.
  6. ECHO For convenience this should fit on a single screen.
  7. GOTO End
  8. :Start
  9. REM Body of batch file goes here.
  10. :End
  11.